object Form1: TForm1 Left = 187 Top = 89 Width = 428 Height = 674 Caption = 'Glyph Grid' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Menu = MainMenu1 PixelsPerInch = 96 Position = poDefaultPosOnly OnCreate = FormCreate TextHeight = 16 object Panel2: TPanel Left = 0 Top = 0 Width = 201 Height = 628 Align = alLeft TabOrder = 0 object Magnification: TLabel Left = 16 Top = 328 Width = 91 Height = 16 Caption = 'Magnification:' end object DriveComboBox1: TDriveComboBox Left = 16 Top = 24 Width = 153 Height = 22 TabOrder = 0 OnChange = DriveComboBox1Change end object DirectoryListBox1: TDirectoryListBox Left = 16 Top = 56 Width = 153 Height = 257 ItemHeight = 16 TabOrder = 1 OnChange = DirectoryListBox1Change end object MagFactor: TSpinEdit Left = 116 Top = 324 Width = 53 Height = 26 MaxLength = 1 MaxValue = 3 MinValue = 1 TabOrder = 2 Value = 1 OnChange = MagFactorChange end end object DrawGrid1: TDrawGrid Left = 201 Top = 0 Width = 219 Height = 628 Align = alClient ColCount = 2 Ctl3D = True DefaultColWidth = 50 DefaultRowHeight = 20 ParentCtl3D = False RowCount = 2 TabOrder = 1 OnDrawCell = DrawGrid1DrawCell end object MainMenu1: TMainMenu Left = 16 Top = 352 object File1: TMenuItem Caption = '&File' object Exit1: TMenuItem Caption = '&Exit' OnClick = Exit1Click end end object Edit1: TMenuItem Caption = '&Edit' object Copy1: TMenuItem Caption = '&Copy' OnClick = Copy1Click end end end end